Routes
Pandora has 3 static routes and 1 dynamic
Static
/ - Leads to the Pnadora home page
/login - Leads to the page with the registration and login field (Form component)
/dashboard - Leads to the page with the panel where the user cards are placed
Dynamic:
Depending on the selected card, the {name} field will change to the name of the card
- /game/{name} - sends to the game page
